home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form NoHelpForm
- BorderStyle = 3 'Fixed Double
- Caption = "There Is No Help"
- ClientHeight = 1440
- ClientLeft = 3195
- ClientTop = 1725
- ClientWidth = 2940
- ControlBox = 0 'False
- Height = 1845
- Left = 3135
- LinkMode = 1 'Source
- LinkTopic = "Form3"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1440
- ScaleWidth = 2940
- Top = 1380
- Width = 3060
- Begin CommandButton FoolButton
- Caption = "&OK"
- Default = -1 'True
- Height = 372
- Left = 1080
- TabIndex = 1
- Top = 960
- Width = 732
- End
- Begin Label Label1
- Alignment = 2 'Center
- Caption = "Sorry, there is no online help for this program."
- Height = 492
- Left = 480
- TabIndex = 0
- Top = 240
- Width = 2052
- End
- Sub FoolButton_Click ()
- Unload NoHelpForm
- End Sub
-